DELETE
/
v1
/
inventory
/
warehouses
/
{id}
/
locations
/
{location_id}
Delete Location
curl --request DELETE \
  --url https://{client_id}.shipstream.app/api/global/v1/inventory/warehouses/{id}/locations/{location_id}
This response does not have an example.

Path Parameters

id
integer
required

The id of the referenced Warehouse.

location_id
integer
required

The id of the referenced Location.

Response

200

OK - The operation completed successfully and there is no response body.